func runtime/pprof.writeHeapInternal

3 uses

	runtime/pprof (current package)
		pprof.go#L585: 	return writeHeapInternal(w, debug, "")
		pprof.go#L591: 	return writeHeapInternal(w, debug, "alloc_space")
		pprof.go#L594: func writeHeapInternal(w io.Writer, debug int, defaultSampleType string) error {